/*
ThemeWarrior Custom CSS 
-----------------------
Please write your custom CSS style in this file, that way you don't need to change the default CSS file.
*/

#page-template {
    margin: 0px;
    padding: 0px;
    border: 0px; 
    font-family: "Didact Gothic";
}

nav#main-menu ul li a {
    font-family: "Didact Gothic";
}

#main-slider.static {
    position: relative; z-index: 0; background: none; overflow: hidden; width: 100%; height: 300px;
    }
    
#backstretch {
    width: 100%;
    
}

.wedding-info .name {
    font-family: "Didact Gothic";
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
}

.section-title .section-subtitle {
    font-size: 16px;
    font-family: "Didact Gothic";
    font-style: italic !important;
    color: #aaa;
}

.home-widget {
	padding: 0px 0;
	border-bottom: 1px dashed #ccc;
	position: relative;
	background: #fff;
}

.home-widget .section-title h3, #rsvp-widget .section-title h3 {
    font-family: "Didact Gothic";
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
    font-style: normal;
    color: #464545;
    font-size: 30px;
}

#main-slider .typcn, .section-title .icon, #footer .couple-name .typcn, .typcn, .meta span i {
    color: #1e73be;
}

#footer {
    margin-top: 0px !important;
}

#countdown .number-container {
    display: inline-block;
    width: 90px;

}